xen/arm: extend fdt_property_interrupts to support DomU
authorViktor Mitin <viktor.mitin.19@gmail.com>
Wed, 7 Aug 2019 10:10:27 +0000 (13:10 +0300)
committerJulien Grall <julien.grall@arm.com>
Wed, 14 Aug 2019 10:05:09 +0000 (11:05 +0100)
commitf94e42b2ea67dedb01d4a9d122b61d7d8b20a393
tree56c29a1f072744c2fba28f502ec89107595aec0b
parent243cc95d485846e35f5e2445fdaafe77c8c114d2
xen/arm: extend fdt_property_interrupts to support DomU

The domain and fdt can be found in the structure kinfo.
Rather than adding a an extra argument for the domain, pass directly
kinfo.
This also requires to adapt fdt_property_interrupts() prototype.
A follow-up patch will need to create the interrupts for either Dom0 or
DomU.

Suggested-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Viktor Mitin <viktor_mitin@epam.com>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/domain_build.c